Auto merge of #3270 - brson:cargo-docs, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 8 Nov 2016 13:01:19 +0000 (05:01 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 13:01:19 +0000 (05:01 -0800)
commita8510bb2ef4c5623972b14700bf0b64d628ba42b
tree5ffc3f687d9bcce34bcb6b551fe1e63a11e3602f
parent10eaa2a0761aec3d3a9cc4e3023d5a9a53b495a6
parentb008422e92295c2e4de5b7de2284d963b55a6f8c
Auto merge of #3270 - brson:cargo-docs, r=alexcrichton

Revert "Continuously publish Cargo builds"

This reverts commit 7799014dc7330445f62e2f925573ca15dd8e8e03.

Fixes https://github.com/rust-lang/cargo/issues/3269.

The reason doc.crates.io doesn't display correctly is that travis-cargo writes its own index.html that is just a meta-redirect to the api docs, overwriting cargo's own docs.

r? @alexcrichton